home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Libraries
/
File class library
/
ISLE definitions
/
Cosmetics.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-14
|
400 b
|
18 lines
|
[
TEXT/KAHL
]
/*
Cosmetics.h
Some frivolous things.
October 22, 1991 isl
*/
#define _H_Cosmetics // Include this file only once
#define Begin { // Fond memories of Pascal...
#define End } // ...come to an end
#define Null 0L // A very long zero
#define True (1==1) // Always true in this universe
#define False (1==0) // Always false in this universe